home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / proj1_91.zip / HISTORY.TXT < prev    next >
Text File  |  1996-09-30  |  13KB  |  301 lines

  1.  
  2.                proj1_91.zip  -  QUAKE Project1 v 0.91
  3.  
  4.  
  5. Okay. It's my QUAKE Project1 v0.91 - prerelease.
  6.  
  7.                     Several QuakeC patches in one.
  8.  
  9. =============================================================================
  10.  
  11.  What we have now?
  12.  
  13.  v0.1
  14.      All powerups (except biosuit) can be switched ON/OFF by "impulse 133" 
  15.      console command (don't forget to bind it to your favorite key).
  16.      When a powerup is switched OFF - it's still with us until we die, and
  17.      we can switch it ON at any time.
  18.      When we get "QUAD damage" but hold it OFF - AXE has quad power, too.
  19.      Backpacks can now explode - explosion size/damage depends on number
  20.      of rockets in.
  21.      YOUR backpack can now explode - in case you have rockets in it -
  22.      with 2% probability. Explosion size/damage depends on number of rockets 
  23.      in your backpack.
  24.  
  25.  v0.2
  26.      Probability of YOUR backpack exploding depends now on attacker's weapon.
  27.      (from 1.5% with SuperNailGun or Lightning to 5% with SuperShotGun).
  28.      When Quad damage is turned OFF there's no Quad sound.
  29.      ShotGun's powered up.
  30.      SuperShotGun's powered up but reload time had increased (DOOM style).
  31.      Added reload SOUND (temporarily it's ammo touch sound).
  32.      Now we can see more blood.
  33.  
  34.  v0.3
  35.      Added several new sounds and new sound events.
  36.      Added SuperShotGun reload sound from DOOM II (C) IdSoftware.
  37.  
  38.  v0.4
  39.      Added Multiskin v1.1
  40.      Fixed SuperShotGun "overflow" bug.
  41.      Fixed SuperShotGun "sound" bug.
  42.      SuperShotGun now can't gib a player.
  43.      Pretuned several internal constants.
  44.      Changed missile model (slowed down, damage range changed from 100-120%
  45.      to 90-150%).
  46.      Rockets, grenades, nails now can pass trhough teleports (not always).
  47.  
  48.  v0.5
  49.      "Rocket vector after teleport" bug fixed.
  50.      You wanted "gibbing" player body's"? I did it. 
  51.      Another "bloodiest" effect added... Sure, you will notice it :). 
  52.      Added "deathmatch 3" by Avatar (with minor changes). 
  53.      What it is:
  54. --------------------------------------------------------------------------
  55.         Deathmatch3 includes the following changes:
  56.  
  57.         Weapons act like they do in deathmatch 2, each player can pick them
  58.         up one time per life.
  59.         Health and ammo respawning after random period of time 20-40 gametics. 
  60.         Armor and MegaHealth spawns after 20-50 gametics.
  61.         Quad damage and biosuit spawns at 10-110 gametics, and the other 
  62.         power ups in 10-510 gametics.
  63.  
  64.         To use deathmatch3 in the game, the server must type deathmatch 3
  65.         at the console (or +deathmatch 3 at startup) and then start a new
  66.         level.
  67.  
  68.         Thanks to -*Avatar*-
  69. --------------------------------------------------------------------------
  70.   
  71.      "teamplay 69" added. What it is:
  72.         Player can damage/kill his teammate and loose one frag in
  73.         this case. No stupid "no friends damage" now. 
  74.      Several new "teamplay 69" messages added.
  75.      To use "teamplay 69" in the game, the server must type "teamplay 69"
  76.      at the console (or +teamplay 69 at startup) and then start a new
  77.      level.
  78.  
  79.  v0.6
  80.      "Quad damage finished" bug fixed.
  81.      "Blew up message" bug fixed.
  82.      Blood level decreased.
  83.      Added TradeBackPack function:
  84.       You can drop backpack with ammo by pressing only one key (impulse 134).
  85.       If your current weapon is AXE - you'll drop half of ammo of all kinds.
  86.       If your current weapon SHOTGUN - you'll drop half of your rockets.
  87.       In all other cases - you'll drop your current weapon and half of
  88.       ammo for it.
  89.      Added several new sounds and sound events:
  90.       Step sound - depending on player velocity.
  91.       Wall touch sound. 
  92.       Sound of breath - it's probability depends on player health.
  93.  
  94.  v0.7
  95.      Now all backpacks can explode.
  96.      Floor impact can detonate a backpack. 
  97.      Removed "rocket owner's half damage".
  98.      Now you can switch message mode ON/OFF by "impulse 135". Default 
  99.      mode is OFF - you're not receiving messages on armor/ammo/weapon you 
  100.      pick up.
  101.      Removed MultiSkin messages on respawn (boring).
  102.      Added "deathmatch 69" - my original idea. 
  103.      What it is:
  104. --------------------------------------------------------------------------
  105.         Deathmatch69 includes the following changes:
  106.  
  107.         Weapons act like they do in deathmatch 2, each player can pick them
  108.         up one time per life, but you CAN pick up ammo from a respawned weapon,
  109.         and the next person will pick it with 0 ammo. When a weapon (not ammo)
  110.         was picked up it will respawn after 30 sec with default ammo load.
  111.         Health and ammo respawn after a random period of time of 20-40 gametics. 
  112.         Armor and MegaHealth respawns after 20-50 gametics.
  113.         Quad damage and biosuit respawns in 10-110 gametics, and other 
  114.         powerups -- in 10-510 gametics.
  115.  
  116.         To use deathmatch69 in a game, the server must type deathmatch 69
  117.         at the console (or +deathmatch 69 at startup) and then start a new
  118.         level.
  119.  
  120. --------------------------------------------------------------------------
  121.                  Main BugFix!
  122.      "Backpack dropped into the wall" bug fixed.
  123.      Temporary removed Gibbing Bodies - to avoid server crashing.
  124.      Changed "explode backpack" code - to avoid "can't respawn" bug.  
  125.      "Delay on powerup switching" bug removed.
  126.  
  127.  v0.8
  128.      Added "Throwing Axes" by Steve Wedge with minor changes (impulse 1 - 
  129.      same as simply AXE).
  130.      Added Throwing Axes Light with Quad damage (cool effect).
  131.      Added "avoid telefrag on spawning" by Johannes Plass.
  132.      Added spikes/nails ricochet.
  133.      Changed "your backpack explode" algorithm. Now shoots in your back
  134.       have more probability of explosion than if enemies stay face to face.
  135.      Added Quake v1.05beta quakeC patch by IdSoftware (with minor changes).
  136.      Teamplay 69 renamed to Teamplay 2.
  137.  
  138.  v0.9
  139.      Removed weapon autoswitching on pick up.
  140.      Now in deathmatch modes you can drop backpack only with rockets (in
  141.       teamplay you can drop any weapon with any ammo).
  142.      Added BFG code by J.Ripley with minor changes. When you have grenade 
  143.       launcher and lightning gun at the same time - BFG enabled. 
  144.       20 cells per shoot. "Impulse 9" to chooses BFG.
  145.      CheatCommand (was "impulse 9") moved to "impulse 13".
  146.      Several internal constants have been pretuned.
  147.      "Bleeding bodies" option when you trample them is back again.
  148.      Added "Dead body's MultiSkin".
  149.      "Can't respawn after discharging to water" bug fixed - it was in 
  150.       Id source code.
  151.      In "deathmatch 69" now when you pick up ammo from a weapon - you
  152.       drop this weapon to the floor if you already have it.     
  153.      "SemiPause" by "impulse 211 "is added. When game is "semipaused", players
  154.       can't move and fire, but can change skins, names and do other stuff.
  155.      Now if a player was killed under water - his body swims up and leaves 
  156.       a bloody trace. Nice :).
  157.      You're playing on your favorite deathmatch level and you want to improve
  158.       this level's conditions? But you don't want to research
  159.       heaps of Quake level editors, bsp compilers, brush makers, converters, 
  160.       etc... YOU CAN DO IT NOW with Quake Project1! 
  161.       "Game Administrator" added. What it does:
  162. -------------------------------------------------------------------------
  163.       By pressing "impulse 212" a player can became a Game Administrator.
  164.       Now he can choose any weapon/ammo/item by impulses 200,201 (same
  165.       as for MultiSkin) and place them anywhere on the level by pressing
  166.       impulse 134 (same as TradeBackpack). When editing is finished just
  167.       press impulse 212 again and you'll became a regular "player" again.
  168.       During the game only one player can became a Game Administrator
  169.       only once and if he has 0 frags.
  170. -------------------------------------------------------------------------
  171.  
  172.  v0.91
  173.       "Observer mode 1.19" added - press "impulse 210 ".
  174.       "Server News" added - press "impulse 215 ".
  175.       Now you don't see SuperShotGun during reload - very helpfull.
  176.       Added alternative score/rating counter. Call console when level
  177.        finished to see your rating.
  178.       SuperShotGun & ShotGun have the same "impulse 3 ".
  179.       "Impulse 2" to chooses BFG.
  180.       "Impulse 9" now obsolted.
  181.       Removed autoswitching on ammo depleting.
  182.       "Not enough ammo" sound added.
  183.       "Connect during Semipause" bug fixed.
  184.       "Loosing skin" bug fixed.
  185.       "Unlimited Ring Of Shadows" bug fixed.
  186.       "Was_Admin" name fixed.
  187.       "No BFG in dropped BackPack" bug fixed.
  188.       "Dead body flying out of level" bug fixed.
  189.       Wrote a manual. Sorry - only on russian. On english will be later.
  190.  
  191.  
  192.  
  193. =========================================================================
  194.  
  195.   Key binding:
  196.       critical for deathmatch:
  197.   impulse 2     - switch to BFG
  198.   impulse 3     - switch between SSG & SG
  199.   impulse 133   - Powerups ON/OFF switch  
  200.   impulse 134   - Trade BackPack (Put item when Administrator)
  201.   impulse 211   - SemiPause 
  202.  
  203.       just for start up:
  204.   impulse 13    - CheatCommand 
  205.   impulse 135   - Message mode ON/OFF (Removing items mode ON/OFF when 
  206.                   Administrator)
  207.   impulse 200   - Change Skin  + (Choose item when Administrator)
  208.   impulse 201   - Change Skin  - (Choose item when Administrator)
  209.   impulse 210   - Observer Mode (NOCLIP observer mode ON/OFF)
  210.   impulse 212   - Admin functions ON/OFF
  211.   impulse 215   - Server News
  212.  
  213.  
  214. =========================================================================
  215.  
  216.  Known bugs:
  217.   Version 0.91 not tested yet! Please mail me about all bugs.
  218.   Release (1.0) will come out after completing bugs/errors fix.
  219.  
  220.  System requirements:
  221.  Pentium 90 or higher with 16Mb RAM minimum.
  222.  
  223. -------------------------------------------------------------------------
  224.  
  225.  
  226.  How to install it?
  227.      Copy zip file to your Quake directory. Unzip with key "-d".
  228.      Delete zip file and run "quake.exe -game project1".
  229.  
  230.  Files included in the package:
  231.  \PROJECT1\progs.dat
  232.  \PROJECT1\PROGS\player.mdl             - multiskin
  233.  \PROJECT1\PROGS\throwaxe.mdl           - Axe model
  234.  \PROJECT1\SOUND\PROJECT1\billy.wav     - attacker sound
  235.  \PROJECT1\SOUND\PROJECT1\deathhi.wav   - death
  236.  \PROJECT1\SOUND\PROJECT1\haha.wav      - powerups ON/OFF
  237.  \PROJECT1\SOUND\PROJECT1\pain.wav      - pain
  238.  \PROJECT1\SOUND\PROJECT1\reload.wav    - SuperShotGun reload
  239.  \PROJECT1\SOUND\PROJECT1\wallt.wav     - wall touch
  240.  \PROJECT1\SOUND\PROJECT1\step.wav      - step
  241.  \PROJECT1\SOUND\PROJECT1\psoul.wav     - breath
  242.  \PROJECT1\SOUND\PROJECT1\bounce1.wav   - backpack bounce
  243.  \PROJECT1\SOUND\PROJECT1\taxhit1.wav   - Throwing Axe hit
  244.  \PROJECT1\SOUND\PROJECT1\taxhit2.wav   - Throwing Axe hit
  245.  \PROJECT1\SOUND\PROJECT1\taxhit3.wav   - Throwing Axe hit
  246.  \PROJECT1\SOUND\PROJECT1\woosh.wav     - Throwing Axe fly
  247.  \PROJECT1\SOUND\PROJECT1\bfg.wav       - Firing BFG
  248.  \PROJECT1\SOUND\PROJECT1\bfgexpl.wav   - BFG exploding
  249.  \PROJECT1\SOUND\PROJECT1\weapnup.wav   - BFG pick up
  250.  \PROJECT1\SOUND\PROJECT1\noammo.wav    - not enough ammo
  251.  
  252.  All wav files - test/temporary versions. If you have any cool wavs for 
  253.  this events - please mail me.
  254.  
  255.  You CAN't play on Project1 Quake servers without throwaxe.mdl file -
  256.  sorry. You can do this only with versions 0.7 and below...
  257.  
  258. ============================================================================
  259.  
  260.  If You run your own Quake server with Project1 patch is connected to
  261.  Internet - please include to your hostname something as "Project1_v0.91". 
  262.  For example:
  263.  quake -dedicated 16 -game project1 +hostname Texas_Project1_v0.91 +map start
  264.  
  265. ============================================================================
  266.  
  267.  Where can you get the source code? I'll include it in the final release.
  268.  
  269.  Future plans:
  270.   Just finish it...  
  271.  
  272. --------------
  273.  Got some interesting ideas? Mail me -  peter@softjoys.ru.
  274.  
  275.  Additional credit's:
  276.   Kevin Bowen                        - for blood idea and code.
  277.   AsmodeusB                          - for "corpse" code examples.
  278.   -*Avatar*-                         - for deathmatch3 example.  
  279.   foobar                             - for explosion backpack idea.
  280.   Dennis Noordsij                    - for MultiSkin v 1.1 code. 
  281.   Steve Wedge                        - for "Throwing Axes" code.
  282.   Johannes Plass                     - for "Telefrag" code. 
  283.   J.Ripley (PsLaM)                   - for BFG code.
  284.   William F.Harris                   - for BFG code from DMplus. 
  285.   Val Komissarov                     - for help with English.
  286.   Mike Lonch (B0SS)                  - for playtesting.
  287.   Wadim Nuzniy (NeedMan)             - for playtesting.
  288.   Grigory Chygynov (GR)              - for playtesting.
  289.   Vladimir Gordeev (CptPower)        - for playtesting.
  290.   Oleg Dejkin (OD)                   - for playtesting.
  291.   IdSoftware                         - for this great game. 
  292.  
  293.   Where can you find last version of Project1?
  294.   ftp://ftp.softjoys.ru/entert/3d_games/newstuff/proj1_??.zip
  295.  
  296.   Sorry for my english.
  297.  
  298.                         Sincerely yours Peter (Dragon__#quake)
  299.  
  300.  P.S. From Russia with love.
  301.